widget: Make gtk_widget_queue_allocate() not resize
authorBenjamin Otte <otte@redhat.com>
Tue, 29 Sep 2015 21:19:07 +0000 (23:19 +0200)
committerBenjamin Otte <otte@redhat.com>
Wed, 28 Oct 2015 18:44:28 +0000 (19:44 +0100)
commit6866d1c06e338002bf584b0b9529154e33b5e86a
treeaebedbff9d697195f4b9b1783b60554cbe7d9455
parent299600a7d4853b5df28e94a3dd8c9f52a2d84202
widget: Make gtk_widget_queue_allocate() not resize

This commit toggles the big switch. We now don't run size_allocate()
from the toplevel up anymore in cases where we don't need to.

Things might be broken in subtle ways as a result of this commit. We'll
have to find them and fix them.
gtk/gtkcontainer.c
gtk/gtkwidget.c
gtk/gtkwidgetprivate.h
gtk/gtkwindow.c